InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableKeyValuePair<TKey,TValue> Class / Value Property

In This Topic
    Value Property (ObservableKeyValuePair<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Value As TValue
    public TValue Value {get; set;}
    See Also